Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove alerting for confirm-traffic-increase webhook #886

Conversation

mayankshah1607
Copy link
Contributor

@mayankshah1607 mayankshah1607 commented Apr 23, 2021

What is the issue?

The confirm-traffic-increase webhook is used to manually approve each time you want to increase the weight on the Canary. When alerting is enabled along with this webhook, way too many alerts are generated while the Canary is waits for this webhooks to suceed. This, multiplied with the number of steps your Canary takes could potentially lead to a spam of alerts.

What is the fix?

This PR removes alerting for confirm-traffic-webhook. Even if we do find a way to alert only once per step, it becomes too noisy if the number of steps your Canary takes increases.

Alternatives considered

If there's a chance that users find alerting useful for this webhook, we should instead find a way to mute alerts for specific webhooks. That way, users have the flexibility of muting alerts from Flagger for the confirm-traffic-increase webhook.
See - #887

Signed-off-by: Mayank Shah [email protected]

@stefanprodan
Copy link
Member

Closing in favour of #887

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants